How to develop good debugging skills? [closed]

Posted by Sasha on Stack Overflow See other posts from Stack Overflow or by Sasha
Published on 2009-07-22T18:33:18Z Indexed on 2010/04/25 4:53 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

Possible Duplicate:
Debugging techniques

How can I improve my debugging skills? I am thinking in the context of C++ under UNIX, C#, and in general.

Please suggest how I can improve in these areas in terms of:

  • Approaches to take, where to start, and how to proceed.
  • Tools to use, and how use them effectively.
  • Recommended material (books, articles) to read and lectures to watch.

© Stack Overflow or respective owner

Related posts about debugging

Related posts about c++